home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Source / GNU / emacs / emacs.com < prev    next >
Text File  |  1987-06-10  |  962b  |  20 lines

  1. $ ! VMS command file to make the definitions needed to run the installed Emacs.
  2. $ ! You must edit the file names herein when you install Emacs.
  3. $ ! You must execute this in each session in order to run Emacs
  4. $ !  or else it must be executed by the system at each boot.
  5. $ ! To execute at boot time, specify "/SYSTEM" as the first parameter.
  6. $
  7. $ ! The following line must be changed according to where
  8. $ ! in the file system you install Emacs.
  9. $
  10. $ define 'p1' /translation=concealed emacs_library    sys$sysdevice:[emacs.]
  11. $
  12. $ ! These should no longer be needed, because everything
  13. $ ! is now written to use emacs_library.
  14. $ ! define 'p1' emacs_lisplib  emacs_library:[lisp]
  15. $ ! define 'p1' emacs_etc      emacs_library:[etc]
  16. $ ! define 'p1' emacs_lock     emacs_library:[lock]
  17. $ ! define 'p1' termcap    emacs_library:[etc]termcap.dat
  18. $ runemacs :== $emacs_library:[000000]emacs -map emacs_library:[000000]emacs.dump
  19. $ emacs :== @emacs_library:[000000]kepteditor emacs
  20.